home *** CD-ROM | disk | FTP | other *** search
- #ifndef _DBKIT_H_
- #define _DBKIT_H_
-
- /*====================================================================
- Protocols
- ====================================================================*/
- #ifndef _DBENTITIES_H_
- #include <db/DBEntities.h>
- #endif
-
- #ifndef _DBPROPERTIES_H_
- #include <db/DBProperties.h>
- #endif
-
- /*====================================================================
- Classes
- ====================================================================*/
-
- #ifndef _DBBOOLFIELD_H_
- #include <db/DBBoolField.h>
- #endif
-
- #ifndef _DBCHARFIELD_H_
- #include <db/DBCharField.h>
- #endif
-
- #ifndef _DBDATEFIELD_H_
- #include <db/DBDateField.h>
- #endif
-
- #ifndef _DBFIELD_H_
- #include <db/DBField.h>
- #endif
-
- #ifndef _DBFILE_H_
- #include <db/DBFile.h>
- #endif
-
- #ifndef _DBINDEX_H_
- #include <db/DBIndex.h>
- #endif
-
- #ifndef _DBMEMOFIELD_H_
- #include <db/DBMemoField.h>
- #endif
-
- #ifndef _DBNUMFIELD_H_
- #include <db/DBNumField.h>
- #endif
-
- #ifndef _DBLIST_H_
- #include <db/DBList.h>
- #endif
-
- #ifndef _DBRECORD_H_
- #include <db/DBRecord.h>
- #endif
-
- #endif
-